home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / misc / ukelct16.arj / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-10-03  |  795b  |  31 lines

  1. echo off
  2. cls
  3. echo UK-Elect Release 1.60 is about to be installed from drive A: onto C:
  4. echo It will be installed into a directory called UKELECT, which will
  5. echo be created if necessary.
  6. echo.
  7. echo If you want to stop now then type Ctrl-C to quit.
  8. echo.
  9. echo (You can copy uke160.exe and ukem160.exe into the directory of
  10. echo  your choice and then type uke160 and ukem160 to decompress them)
  11. echo.
  12. pause
  13. c:
  14. cd\
  15. md UKELECT
  16. cd UKELECT
  17. echo Copying UK-Elect program archive into UKELECT directory..
  18. copy a:uke160.exe c:
  19. echo Copying UK-Elect map archive into UKELECT directory..
  20. copy a:ukem160.exe c:
  21. echo.
  22. echo extracting UK-Elect program files..
  23. uke160
  24. echo.
  25. echo extracting UK-Elect maps..
  26. ukem160
  27. echo.
  28. echo.
  29. echo UK-Elect can now be run by typing UKELECT
  30. echo.
  31.